home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / tladf11.zip / DF.DOC next >
Text File  |  1994-04-23  |  4KB  |  122 lines

  1.   - Thom Little Associates - Essential Command Line Utilities -
  2.  
  3.                    - tlaDF11.zip - Disk Farm -
  4.                          - Version 1.10 -
  5.  
  6.  
  7. tlaDF11.zip CONTENTS:
  8.  
  9.    DF.DOC      This documentation file.
  10.  
  11.    DF.EXE      Complete disk farm utility.
  12.  
  13.    DFHARD.BAT  Batch file to bypass error on some machines
  14.                (see OPERATION below).
  15.  
  16. FUNCTION:
  17.  
  18. DF will display the allocated space, available space, and total space
  19. on disks installed on the system.  This is either for hard disks
  20. only (the default), for all disks that are installed, or for a range
  21. of disks that you specify.  In addition, DF will indicate the
  22. percentage of space allocated and available on each volume.
  23.  
  24.  
  25. OPERATION:
  26.  
  27. In general you will probably want to only display information on
  28. your hard disks.  This is the default condition for DF.  Simply
  29. issuing the command "df" without parameters should accomplish this.
  30.  
  31. Occasionally you may want to include all disks in the display.
  32. Issuing "df /all" or "df /a" will produce this summary.
  33.  
  34. In our testing, we have encountered some machines that erroneously
  35. flag RAM disks and CD-ROM drives as hard disks. It is therefore not
  36. possible for DF.EXE to determine the correct hard disks on these
  37. systems.
  38.  
  39. If you issue the command "df" and it displays information on your
  40. RAM disk or CD-ROM, then you have a machine that has this "feature."
  41. To use DF.EXE on these machines, use the range option in the command
  42. call.  An example is "df /c /e" to display information on drives C,
  43. D, and E.
  44.  
  45. If you are forced to use this option, a simple batch file (like the
  46. one supplied can easily be established to call DF.
  47.  
  48.  
  49. COMMAND SYNTAX:
  50.  
  51.      df           display information on hard disks only
  52.  
  53.      df /all      display information on all disks
  54.  
  55.      df /<f> /<l> display information on disk <f> to disk <l>
  56.      
  57.      df /?        list an abbreviated description of the
  58.                   command syntax.
  59.      
  60.  
  61. INSTALLATION:
  62.  
  63. To install DF.EXE on your machine, you only need to copy DF.EXE to a
  64. subdirectory that exists on your system path.
  65.  
  66. As an example, on our systems this directory is at D:\DOS\TLA.  To
  67. install DF.EXE, if DF.EXE is in the current directory, we would
  68. enter:
  69.  
  70.      copy df.exe d:\dos\tla 
  71.  
  72.  
  73. ERROR MESSAGES:
  74.  
  75. DF.EXE issues the following error messages:
  76.  
  77.    Error: Invalid number of parameters.
  78.      
  79.       Too many parameters were specified. Eliminate parameters and
  80.       reissue the request.
  81.     
  82.    Error: Invalid parameter specified.
  83.      
  84.       A parameter is incorrect. 
  85.  
  86.  
  87. SHAREWARE:
  88.       
  89. This software is provided as shareware for your evaluation, use,
  90. and financial contribution.  This software has not been placed in
  91. the public domain.
  92.  
  93. If you use this software, and live outside Massachusetts, please
  94. send a payment of $7.00 to:
  95.  
  96.      Thom Little Associates
  97.      Product Support
  98.      P.O. Box 1901
  99.      Boston, MA  02205-1901
  100.  
  101.      Voice ......... 617.227.4644
  102.      Compuserve .... 70724,71 (Thom Little)
  103.      Channel One ... Thom Little
  104.  
  105. (If you reside in Massachusetts please include Massachusetts state
  106. tax of $.35 for a total of $7.35.)
  107.  
  108. Copyright 1994, Thom Little Associates, all rights reserved.
  109.  
  110.  
  111. DISCLAIMER:
  112.  
  113. Thom Little Associates disclaims all warranties as to this
  114. software, whether express or implied, including without limitation
  115. any implied warranties of merchantability, fitness for a particular
  116. purpose, functionality or data integrity or protection.
  117.  
  118.  
  119. HISTORY:
  120.  
  121. 01-29-94  Version 1.00 first shareware release to public.
  122. 04-23-94  Version 1.10 add percentage allocated and available.